body{
    overflow-x: hidden;
}
.margin_center{
    width:100%;
    overflow: hidden;
}
.mycontainer,.margin_center>div{
    width:1200px;
    margin-left:auto;
    margin-right:auto;
}
.clear:after{
    display: block;
    content: '';
    clear: both;
}
.left{float:left;}
.right{float:right;}
.img_jz{
    display: block;
    position: relative;
    overflow: hidden;
}
.img_jz img{
    max-width: 100%;
    height: 100%;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.img_jz:hover img{
    -webkit-transform: translate(-50%,-50%) scale(1.03);
    -moz-transform: translate(-50%,-50%) scale(1.03);
    -ms-transform: translate(-50%,-50%) scale(1.03);
    -o-transform: translate(-50%,-50%) scale(1.03);
    transform: translate(-50%,-50%) scale(1.03);
}

/*子页面统一样式*/
#prev_next{
    margin-top:35px;
    margin-bottom: 35px;
}
#prev_next .next,#prev_next .prev{font-size:13px;border-top:1px solid #ccc;padding:5px 25px}
#prev_next li a{  color: #000;}
#prev_next .next a:hover,#prev_next .prev a:hover{color:#1d3f96}
#prev_next .prev{margin-top:20px;background:url(../images/prev_bg.png) no-repeat left center;background-size:18px}
#prev_next .next{border-bottom:1px solid #ccc;background:url(../images/next_bg.png) no-repeat left center;background-size:18px}
div.page{margin:20px 0 20px 0;clear:both;float:right;font-size:14px}
div.page a{padding:2px 5px;margin:2px;color:#fff;text-decoration:none;background:#9b9b9b}
div.page a:hover{background:#5c5c5c}
div.page:after{
    display: block;
    content: '';
    clear: both;
}
div.page span.current{padding:2px 8px;font-weight:700;margin:2px;color:#fff;background-color:#1d3f96}
div.page span.disabled{padding:2px 5px;margin:2px;color:#ddd}
ul.jobs li{border-bottom:2px dotted #ccc;margin-bottom:10px;padding-bottom:10px;font-size:15px;line-height:30px;padding-left:20px;position:relative}
ul.jobs li a{display:block;position:absolute;background-color:#1d3f96;color:#fff;padding:1px 8px;top:50px;left:500px}
ul.jobs li a:hover{border-radius:8px;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}
ul.jobs li strong{color:#1d3f96}
.pdc_list{width:920px}
.pdc_list li{float:left;margin:0 25px 25px 0;border:3px solid #dadada;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}
.pdc_list li a{display:block;position:relative}
.pdc_list li img{display:block;width:275px;height:210px}
.pdc_list li span{display:block;text-align:center;line-height:40px;background:#dadada;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s}
.pdc_list li:hover span{color:#fff;background:#1d3f96}
.pdc_list li:hover{border:3px solid #1d3f96}
.content_p{margin-top:40px}
.content_p table{border-bottom:1px solid #ccc;border-right:1px solid #ccc}
.content_p table td{border-left:1px solid #ccc;border-top:1px solid #ccc}
.content_p img{max-width:95%}
.content_p p{font-size:14px;line-height:30px}
.content_p span.sp{display:block;background-color:#ddd;color:#fff;margin-bottom:20px;overflow:hidden}
.content_p span.sp small{background:#1d3f96;display:block;float:left;text-align:center;line-height:40px;width:120px}
.food_name{text-align:center;font-size:24px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px dashed #ccc}
.p_content{font-size:15px;line-height:30px;color:#333}
.p_content img{max-width: 100%;}
.p_content table{width:100%!important;}
.p_content table tr td{
    padding:0.5%;
    border:1px solid #629ba0;
}
.pdc-list{width:960px}
.pdc-list li{float:left;padding:10px;border:1px solid #ccc;margin-right:35px;margin-bottom:35px}
.pdc-list li img{width:255px;height:200px;display:block}
.pdc-list li span{display:block;text-align:center;color:#666;font-weight:700;margin-top:5px;-webkit-transition:all .2s linear;transition:all .2s linear}
.pdc-list li:hover span{color:#1d3f96}

/*z_contact联系我们*/
.z_contact{
    background: #f0f0f0;
    margin-top: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 21px;
    padding-top: 20px;
}
.z_contact>img{
    float:left;
    margin-left: 32px;
    margin-right: 15px;
}
.z_contact>div{
    float:left;
    width: 924px;
}
.z_contact h4{
    display: inline-block;
    color: #4fc426;
    font-size: 24px;
    line-height: 50px;
    border-bottom: 2px solid #4fc426;
    margin-bottom: 15px;
}
.z_contact p{
    font-size: 14px;
    color: #616161;
    line-height: 28px;
}
.z_contact p span{
    color: #0285da;
    font-size: 22px;
}
.z_contact p,.zintro2bg .inner-intro div{
    text-indent: 35px;
}
.con1-n {
    width: 1200px;
    float: left;
    float: right
}

.con1-n li {
    width: 280px;
    float: left;
    margin-right: 26.5px;
    margin-bottom: 20px;
}

.con1-n li:nth-child(4n) {
    margin-right: 0
}

.con1-n li a {
    display: block;
}

.con1-n li a .i {
    width: 100%;
    height: 230px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #bbb
}
.remtit{
    text-align: center;
    margin-top: 50px;
    font-size: 30px;
}
.remtit2{
    color: #666;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 5px;
}

.con1-n li a .i .son {
    width: 280px;
    height: 240px;
    overflow: hidden
}

.con1-n li a img {
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.con1-n li a .t {
    height: 35px;
    width: 100%;
    background: #eee;
    color: #666;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    transition: 0.5s;
    -webkit-transition: 0.5s
}


.con1-n li a:hover .t {
    background: #0285da;
    color: #fff;
}

#allmap{float:left;width:70%;height:100%;border:3px solid #E3E2E2}
#form1{float:right;width:100%}
#form1 input[type=text]{
    float:left;
    -webkit-box-sizing:
            border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px;padding:12px 10px;width:49%;outline:0;border:1px solid #E3E2E2;background:0 0;color:#333;font-size:14px;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease;-ms-transition:.3s 0s all ease}
#form1 input[type=text]::placeholder{
    font-size:14px;
    color:#aeaeae;
}
#form1 input[type=text]:nth-of-type(even){float:right}
#form1 textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px;padding:12px 10px;width:522px;border:1px solid #E3E2E2;color:#333;font-size:14px;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease;-ms-transition:.3s 0s all ease}
#form1 textarea::placeholder{
    font-size:14px;
    color:#aeaeae;
}
#form1 input[type=reset],#form1 input[type=submit]{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:12px 0;width:49%;outline:0;border:1px solid #4fc426;background:0 0;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease;-ms-transition:.3s 0s all ease}
#form1 input[type=reset]{float:right}
#form1 input[type=reset]:hover,#form1 input[type=submit]:hover{background:#4fc426;color:#fff}
#form1 input:focus,#form1 textarea:focus{border:1px solid #009944;box-shadow:0 0 10px #bfbfbf}
.z_contact ul li{float:left;margin-right:60px;width:360px;color:#333;text-align:center;font-size:16px}
.z_contact ul li:last-of-type{margin-right:0}
.z_contact ul li b{display:block;margin:0 auto;margin-bottom: 15px;width:97px;height:97px;border:3px solid #ddd;-webkit-border-radius:50% 50%;-moz-border-radius:50% 50%;border-radius:50% 50%;background-color:#4fc426;background-position:center center;background-repeat:no-repeat;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease;-ms-transition:.3s 0s all ease}
.z_contact ul li:hover b{background-color:#b12e34}
.z_contact ul li:first-of-type b{background-image:url(../images/zicon1.png)}
.z_contact ul li:nth-of-type(2) b{background-image:url(../images/zicon2.png)}
.z_contact ul li:last-of-type b{background-image:url(../images/zicon3.png)}

/*z_news 新闻中心*/
.zpage_tit{
    color: #434343;
    font-size: 18px;
    background: url("../images/pageline.png") no-repeat left 5px;
    padding-left: 15px;
    padding-bottom: 12px;
    border-bottom:1px solid #ddd;
    margin-bottom:50px;
    margin-top: 25px;
}
.zpage_tit a{color:#333;font-size:24px}
.z_news ul li{width:49%;
    float: left;margin-bottom:40px}
.z_news ul li:nth-of-type(even){float:right}
.z_news ul li a{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:28px 15px;position:relative;top:0;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-ms-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease}
.z_news ul li a:hover{box-shadow:0 0 10px #ddd;top:-5px}
.z_news ul li a:after{display:block;content:'';clear:both}
.z_date{float:left;width:240px;
    height: 150px;}
.z_date img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.z_date h3{font-weight:lighter;font-size:36px;color:#333;line-height:30px}
.z_date span{margin-top:5px;font-size:14px;color:#999}
.z_news_text{float:right;width:308px;
    height: 150px;}
.z_news_text p{font-size:18px;color:#333;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.z_news_text small{margin-bottom:8px;color:#666;height:83px;display:block;line-height:29px;overflow:hidden}
.z_news_text i{font-style:normal;font-size:15px;display:block;color:#77b924;margin-top:5px}


/*z_news_info新闻详情*/
.z_news_info{padding:35px 0}
.z_news_info .zpage_tit{margin-top:0}
.newsinfo_l{float:left;width:73%;padding-right:40px;border-right:1px solid #ddd}
.newsinfo_r{float:right;width:23.5%}
.newsinfo_l>h3{color:#333;font-size:36px;margin-bottom:30px;font-weight:lighter}
.infotime{margin-bottom:32px}
.infotime span{padding-left:28px;margin-right:25px;font-size:15px;color:#797878}
.infotime span:first-of-type{background:url(../images/time.png) no-repeat left center}
.infotime span:last-of-type{background:url(../images/watch.png) no-repeat left center}
.info_share{border-bottom:1px solid #ddd;margin-top:20px}
.info_share span{float:left}
.share{float:left}
.newsinfo_r>h3{font-size:22px;font-weight:lighter;padding-bottom:6px;border-bottom:1px solid #ddd;margin-top:9px;margin-bottom:22px}
.newsinfo_r>p{line-height:25px;color:#666}
.newsinfo_r ul{border-bottom:1px solid #ddd;margin-bottom:35px;padding-bottom:20px}
.newsinfo_r ul li a{color:#444;width:100%;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-ms-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease;line-height:33px}
.newsinfo_r ul li a:hover{color:#1d3f96}
.newsinfo_r>p span{
    display: block;
    float: left;
    width: 68px;
    text-align: justify;
    text-align-last: justify;
    font-size: 16px;
    color: #606060;
    font-weight: 700;
}
.newsinfo_r>p em{
    display: block;
    float: right;
    width: 69%;
}
.newsinfo_r>p em a{
    color: #606060;
}

/*z_case工程案例页面*/
.z_case>ul li{float:left;margin-right:20px;margin-bottom:20px}
.z_case>ul li:nth-of-type(4n){margin-right:0}
.z_case>ul li a{display:block;position:relative;width:283px;height:210px;overflow:hidden}
.z_case>ul li a b{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:10px solid #ddd;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}
.z_case>ul li a b img{position:absolute;top:50%;left:50%;max-width:100%;height:auto;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-ms-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease}
/*.z_case>ul li a:hover img{-ms-filter:blur(3px);filter:blur(3px)}*/
.z_case>ul li a div{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-ms-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease}
.z_case>ul li a div p{position:absolute;background:url(../images/zcaseicon.png) no-repeat center;font-size:18px;color:#b12e34;font-weight:700;padding-top:106px;text-align:center;width:100%;margin-top:15px;-webkit-transition:450ms 0s all ease;-moz-transition:450ms 0s all ease;-ms-transition:450ms 0s all ease;-o-transition:450ms 0s all ease;transition:450ms 0s all ease}
.z_case>ul li a:hover div{opacity:1}
.zpage_tit_index{padding-top:35px}
.zpage_tit_index>h3{color:#006835;text-align:center;font-weight:lighter;font-size:35px}
.zpage_tit_index>p{margin:0 auto;margin-bottom:40px;width:890px;color:#878787;text-align:center;font-weight:lighter;font-size:16px;line-height:35px}


/*z_product*/
.z_product_cont{
    float:right;
    width: 895px;
}
.z_product_cont li{float:left;margin-right:21px;margin-bottom:25px;}
.z_product_cont li:nth-of-type(3n){margin-right:0}
.z_product_cont li a{display:block;width:284px}
.z_product_cont li a b{    border: 1px solid #ddd;display:block;position:relative;width:100%;height:235px;overflow:hidden;
    background: #fff;}
/*.z_product_cont li a b p{font-size:14px;color:#fff;text-align:center;background:url(../images/menu.png) no-repeat center top;padding-top:48px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-ms-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease;opacity:0}*/
/*.z_product_cont li a:hover b p{opacity:1}*/
.z_product_cont li a b img{width:100%;height:100%;object-fit:cover;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-ms-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease}
/*.z_product_cont li a:hover b img{filter:blur(5px) brightness(.5)}*/
.z_product_cont svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
#shape{stroke-width:6px;fill:transparent;stroke-dasharray:0 400;stroke-dashoffset:-220;transition:1s all ease}
.z_product_cont li a:hover #shape{stroke-dasharray:100% 0;stroke-width:3px;stroke-dashoffset:0;stroke:#fff}
.z_product_cont li a span{border: 1px solid #ddd;width:100%;display:block;line-height:56px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff url(../images/proline.png) no-repeat 98% center;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-ms-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease;font-size:14px;color:#343434;padding-left:26px;overflow:hidden;white-space:nowrap;margin-top:9px;text-overflow:ellipsis}
.z_product_cont li a:hover span{color:#fff;background: url(../images/prolines.png) no-repeat 98% center,linear-gradient(to right, #77b924 0%,#65a01c 100%)}
.proinfo_right{
    position: absolute;
    right: 0;
    width: 390px;
}
.proinfo_right h3{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ddd;
    color: #414141;
}
.proinfo_right ul{
    color: #414141;
    font-size:14px;
    line-height: 25px;
}
.proinfo_right ul li{
    margin-bottom: 9px;
    background: url("../images/z_pro_icon.png") no-repeat left center;
    padding-left: 17px;
    font-size: 14px;
    color: #797979;
}
.characteristics li{
    background: url("../images/z_pro_icon.png") no-repeat left center;
    padding-left: 17px;
    font-size: 14px;
    float:left;
    width: 46%;
    color: #585858;
    font-size: 14px;
}
.proinfo_right b{
    font-weight: 700;
    color: #4c4c4c;
    font-size: 30px;
    padding-left: 46px;
    background: url(../images/pntel.png) no-repeat left center;
    line-height: 40px;
    margin-top: 30px;
    display: block;
}
.proinfo_btns{
    background: #e69c31!important;
}
.proinfo_btns:hover{
    color: #fff;
}
.proinfo_btn,.proinfo_btns{
    float:left;
    font-size: 16px;
    display: block;
    width: 177px;
    margin-right: 15px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    margin-top: 20px;
    background: #006835;
    cursor: pointer;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.proinfo_btn:hover,.proinfo_btns:hover{
    box-shadow: 0 2px 5px #e69c31;
}
.qzftablebg{
    display: none;
    position: fixed;
    background: rgba(26, 26, 26, 0.46);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
}
.proinfo_close{
    position: absolute;
    right:-30px;
    top:-30px;
    display: block;
    width:30px;
    height: 30px;
    background: url("../images/close.png") no-repeat center;
}
.qzftable{
    padding: 45px;
    position: absolute;
    border-radius: 10px;
    top:50%;
    left:50%;
    box-shadow: 0 0 10px #535353;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;}
.qzfaddorder h2, .qzfaddorder label{font-family:Georgia, Times, "Times New Roman", serif;}
.form_hint, .required_notification{font-size: 11px;}
.qzfaddorder ul{list-style-type:none;list-style-position:outside;margin:0px;padding:0px;}
.qzfaddorder li{padding:12px;border-bottom:1px solid #eee;position:relative;}
.qzfaddorder li:first-child, .qzfaddorder li:last-child{border-bottom:1px solid #777;}
.qzfaddorder h2{margin:0;display: inline;}
.required_notification{color:#133a58;margin:5px 0 0 0;display:inline;float:right;}
.qzfaddorder label{width:150px;margin-top: 3px;display:inline-block;float:left;padding:3px;}
.qzfaddorder input{height:20px;width:220px;padding:5px 8px;}
.qzfaddorder textarea{padding:8px; width:300px;}
.qzfaddorder button{margin-left:156px;}
.qzfaddorder input, .qzfaddorder textarea{border:1px solid #bbb;box-shadow: 0px 0px 3px #eee, 0 10px 15px #eee inset;border-radius:2px;padding-right:30px;-moz-transition: padding .25s;-webkit-transition: padding .25s;-o-transition: padding .25s;transition: padding .25s;}.qzfaddorder input:focus, .qzfaddorder textarea:focus{background: #fff;border:1px solid #ccc;box-shadow: 0 0 2px #aaa;padding-right:70px;}
.qzfaddorder input:required, .qzfaddorder textarea:required{background: #fff url(../Image/red_asterisk.png) no-repeat 98% center;}
.qzfaddorder input:required:valid, .qzfaddorder textarea:required:valid{background: #fff url(../Image/valid.png) no-repeat 98% center;box-shadow: 0 0 5px #5cd053;border-color: #133a58;}
.qzfaddorder input:focus:invalid, .qzfaddorder textarea:focus:invalid{background: #fff url(../Image/invalid.png) no-repeat 98% center;box-shadow: 0 0 5px #133a58;border-color: #133a58}
.form_hint{background: #133a58;border-radius: 3px 3px 3px 3px;color: white;margin-left:8px;padding: 1px 6px;z-index: 999; /* hints stay above all other elements */position: absolute; /* allows proper formatting if hint is two lines */display: none;}
.form_hint::before{content: "\25C0";color:#133a58;position: absolute;top:1px;left:-6px;}
.qzfaddorder input:focus + .form_hint{display: inline;}
.qzfaddorder input:required:valid + .form_hint{background: #28921f;}
.qzfaddorder input:required:valid + .form_hint::before{color:#28921f;}
button.submit{background-color: #68b12f;background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));background: -webkit-linear-gradient(top, #68b12f, #50911e);background: -moz-linear-gradient(top, #68b12f, #50911e);background: -ms-linear-gradient(top, #68b12f, #50911e);background: -o-linear-gradient(top, #68b12f, #50911e);background: linear-gradient(top, #68b12f, #50911e);border: 1px solid #509111;border-bottom: 1px solid #5b992b;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;box-shadow: inset 0 1px 0 0 #9fd574;-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;-moz-box-shadow: 0 1px 0 0 #9fd574 inset;-ms-box-shadow: 0 1px 0 0 #9fd574 inset;-o-box-shadow: 0 1px 0 0 #9fd574 inset;color: white;font-weight: bold;padding: 6px 20px;text-align: center;text-shadow: 0 -1px 0 #396715;}
button.submit:hover{opacity:.85;cursor: pointer;}
button.submit:active{border: 1px solid #20911e;box-shadow: 0 0 10px 5px #356b0b inset;-webkit-box-shadow:0 0 10px 5px #356b0b inset ;-moz-box-shadow: 0 0 10px 5px #356b0b inset;-ms-box-shadow: 0 0 10px 5px #356b0b inset;-o-box-shadow: 0 0 10px 5px #356b0b inset;}
.qzftable table{margin-left:2px;}
.qzftable table th{color:#444444;font-weight:normal;font-size:14px;font-family:'Microsoft YaHei',arial;text-align:center;vertical-align: top;padding-top: 15px;}
.qzftable table td select{font-family: 'Microsoft YaHei',arial;font-size: 14px;width: 278px;height: 32px;text-indent: 8px;border: 1px solid #d2d4d6;margin: 5px auto 6px 5px;	background: #FFF;margin-left:-3px;}
.qzftable table td ul{list-style:none;position:absolute;}
.qzftable table td ul li{	font-family:'Microsoft YaHei',arial;font-size:14px;height:28px;line-height:28px;text-indent:8px;width:276px;height:28px;border-left:1px solid #d2d4d6;border-right:1px solid #d2d4d6;background:#FFF;}
.qzftable table td ul li a{display:block;text-decoration:none;color:#444444;}
.qzftable table td ul li a:hover{color:#fe7d0c;}
.qzftable table td ul li:last-child{border-bottom:1px solid #d2d4d6;}
.qzftable table td input{font-size:14px;width:276px;height:28px;border:1px solid #d2d4d6;margin:5px auto 5px 5px;}
.qzftable table td .yanzheng{width:101px;}
.qzftable table td textarea{resize: none;width:545px;height:178px;border:1px solid #d2d4d6;margin:5px auto 5px 5px;}
.qzftable table td img{vertical-align:middle;margin-left:5px;margin-bottom:4px;margin-bottom:14px;}
.qzftable table td .but{width:74px;height:31px;line-height:27px;background:#2073CF;border-radius:2px;border:none;text-align:center;margin-top:14px;margin-left:5px;font-size:14px;font-family:'Microsoft YaHei',SimHei,sans-serif;color:#FFF;}

.magnifier{
    height: 533px;
}
.proinfo_r{
    float:right;
    width: 895px;
}
.pro_pic_show{
    position: relative;
    width:918px;
}
.pro_pic_show .proinfo_right{
    position: absolute;
    right:0;
    width:388px;
}

.detail_tit{
    line-height: 50px;
    padding-left: 36px;
    font-size: 26px;
    color: #464646;
    margin-bottom: 30px;
    margin-top: 25px;
    background: url("../images/detail_tit.png") no-repeat left bottom;
}
.detail_tit span{
    font-size: 18px;
    color: #c5c5c5;
    margin-left: 15px;
    text-transform: uppercase;
}
.pro_content{
    color: #585858;
    font-size: 16px;
}
.pro_content .p_title{
    line-height: 50px;
    font-size: 22px;
    color: #464646;
    margin-bottom: 10px;
    margin-top: 25px;
    border-bottom: 1px solid #ddd;
}
.pro_content table{
    line-height: 35px;
    text-align: center;
    width:100%;
}
.pro_content table td{
    border:2px solid #0072bc;
}
.pro_content table tr:first-child{
    background: #0072bc;
    color: #fff;
}

.location{
    float:right;
    background: url("../images/home.png") no-repeat left center;
    padding-left: 26px;
    font-size: 14px;
    color: #7c7c7c;
}
.location a{
    font-size: 14px;
    color: #868686;
}

/*公司简介*/
.inner-company>p{
    font-size: 30px;
    color: #fff;
    text-align: center;
    height: 286px;
    width: 286px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 125px;
    font-weight: bold;
    float:left;
    margin-bottom: 8px;
    background: url("../images/com_icon1.png") no-repeat center;
}
.inner-company>div{
    float:left;
    cursor: pointer;
    margin-bottom: 8px;
    width: 286px;
    height: 286px;
}
.inner-company>div:first-of-type{
    width: 628px;
}
.inner-company>div:nth-of-type(4){
    width:628px;
}
.inner-intro small{
    font-size: 14px;
    color: #828282;
    letter-spacing: -1px;
    font-weight: lighter;
    text-transform: uppercase;
}
.inner-intro h2{
    color: #3f4040;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}
.inner-intro h2 span{
    color: #0285da;
}
.inner-intro>div{
    line-height: 75px;
    font-size: 14px;
    color: #696969;
}
.zintro1bg{
    background: url("../images/about_pic2.jpg") no-repeat left center;
    margin-top: 65px;
    margin-bottom: 40px;
}
.zintro1bg>div{
    float:right;
    width: 668px;
}
.inner-intro small{}
.inner-intro h2{
    font-size: 26px;
    color: #3f4040;
}
.inner-intro div{
    font-size: 14px;
    color: #616161;
    line-height: 28px;
}
.zintro2bg>div{
    float:left;
    width: 530px;
}
.zintro2bg>img{
    float:right;
}
.banggonglist{
    position: relative;
    width: 400px;
    left: 100px;
    height: 40px;
    top: 5px;
}
.banggonglist:before{
    content: '';
    position: absolute;
    border-bottom: 10px solid #c7c7c7;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top:-10px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banggonglist a{
    float:left;
    display: block;
    line-height: 40px;
    text-align: center;
    background: #c7c7c7;
    color: #fff;
    width: 100px;
}
.banggonglist_hover{
    color: #0285da!important;
}


/*产品侧边栏*/
.pro_left{
    float:left;
    width: 266px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    position: relative;
}
.pro_left ul{
    padding:15px 20px;
    border: 1px solid #ddd;
}
.pro_tit{
    width: 100%;
    height: 80px;
    text-align: center;
    background: #77b924;
    padding-top: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pro_tit b{
    font-size: 24px;
    color: #fff;
}
.pro_tit p{
    margin-top: 5px;
    height: 20px;
    background: url("../images/pro-left-top.png") no-repeat center;
}
.pro_left ul li>a{
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    /* font-weight: 700; */
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #00a052 url(../images/projt.png) no-repeat 220px center;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}

.prodown{
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.prodown a{
    border-bottom: 1px dashed #dadada;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-left: 50px;
    line-height: 40px;
    font-size: 16px;
    color: #585858;
    background: url("../images/projt1.png") no-repeat left 20px center;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.prodown a:hover{
    color: #015198;
}
.prodown a.active{
    color: #015198;
}
.prodown:last-child a{
    border-bottom:none;
}


.case1-n {
    width: 924px;
}

.case1-n li {
    width: 180px;
    float: left;
    margin-right: 6px;
}

.case1-n li:nth-child(5n) {
    margin-right: 0
}

.case1-n li a {
    display: block;
}

.case1-n li a .i {
    width: 100%;
    height: 140px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #bbb
}

.case1-n li a .i .son {
    width: 280px;
    height: 240px;
    overflow: hidden
}

.case1-n li a img {
    transition: 0.5s;
    -webkit-transition: 0.5s
}

.case1-n li a .t {
    height: 35px;
    width: 100%;
    background: #eee;
    color: #666;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    transition: 0.5s;
    -webkit-transition: 0.5s
}



.case1-n li a:hover .t {
    background: #065ee4;
    color: #fff;
}

.othertit{
    font-size: 24px;
    text-align: center;
    color: #3e3e3e;
}
.othertit1{
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 35px;
    margin-bottom: 20px;
}

#prev_next li{

    line-height: 35px;
}
.page-a{
    border-bottom: 1px dashed #ddd;
}
.z_case_ds li{
    float:left;
    background: #f5f5f5;
    border-bottom:3px solid #dddddd;
    margin-right: 45px;
    margin-bottom: 40px;
}
.z_case_ds li:hover{
    border-bottom:3px solid #015198;
}
.z_case_ds li a{
    display: block;
    width: 370px;
    position: relative;
}
.z_case_ds li:nth-of-type(3n){
    margin-right: 0;
}
.z_case_ds li a>img{
    left:50%;
    position: absolute;
    top: -40px;
    z-index: 100;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.z_case_ds li a b{
    position: relative;
    overflow: hidden;
    height: 250px;
    width: 100%;
    display: block;
}
.z_case_ds li a b img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.z_case_ds li a:hover b img{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform:scale(1.02);
    -o-transform:scale(1.02);
    transform:scale(1.02);
}
.z_case_ds li a>div{
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:5px 25px;
}
.z_case_ds li a>div p{
    color: #373737;
    font-size: 16px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.z_case_ds li a>div small{
    font-size: 14px;
    color: #a0a0a0;
}


/*nav 下拉*/
/*.navproshow{
    display: block;
    width: 119.8px;
    line-height: 50px;
    float: left;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    position: relative;
}*/
.showprolist{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 1000;
    max-height: 390px;
    overflow-y: auto;
}
.showprolist a{
    display: block;
    text-align:center;
    border-bottom: 1px solid #ddd;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    color: #333;
}
.showprolist a:hover{
    color: #67b441;
}
.proleftfixed{
    position: fixed;
    top:20px;
    display: block;
}

.banggongshow>div>h3{
    color: #464646;
    margin-top: 25px;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 35px;
    background: url(../images/detail_tits.png) no-repeat left bottom;
}


.info_mes {
    overflow: hidden;
    margin: 50px 0;
}

.info_mes .info_mes_l {
    float: left;
    width: 50%;
}

.info_mes .info_mes_l h3 {
    font-size: 20px;
}

.info_mes .info_mes_l span {
    display: block;
    margin: 15px 0;
    color: #666;
    font-size: 14px;
}

.info_mes .info_mes_l form {
    margin-top: 40px;
}

.info_mes .info_mes_l .input-group {
    margin-bottom: 10px;
    clear: both;
    /*overflow: hidden;*/
}

.info_mes .info_mes_l .input-group:after {
    display: block;
    content: '';
    clear: both;
}

.info_mes .info_mes_l .input-group label {
    width: 62px;
    font-size: 15px;
    display: inline-block;
    text-align-last: justify;
    color: #606060;
    font-weight: bold;
    float: left;
}

.info_mes .info_mes_l .input-group input[type=text] {
    border: 1px solid #aaa;
    border-radius: 2px;
    line-height: 30px;
    height: 30px;
    width: 276px;
    text-indent: 1em;
    font-family: "microsoft yahei", "sans-serif";
    /* background: #f0f2ef; */
    transition: 300ms;
    -webkit-transition: 300ms;
    outline: none;
}

.info_mes .info_mes_l .input-group input[type=text]:focus {
    width: 300px;
    box-shadow: 0 0 5px #0054b7;
    border: 1px solid #0054b7;
}

.info_mes .info_mes_l .input-group textarea:focus {
    width: 440px;
    box-shadow: 0 0 5px #0054b7;
    border: 1px solid #0054b7;
}

.info_mes .info_mes_l .input-group input[type=text]#captcha:focus {
    width: 90px;
    border: 1px solid #009944;
    box-shadow: 0 0 10px #bfbfbf;
}

.info_mes .info_mes_l .input-group textarea {
    transition: 300ms;
    -webkit-transition: 300ms;
    width: 420px;
    border: 1px solid #aaa;
    border-radius: 2px;
    text-indent: 1em;
    padding-top: 5px;
    font-family: "microsoft yahei", "sans-serif";
    outline: none;
    margin-left: 4px;
}

.info_mes .info_mes_l #submit {
    display: block;
    clear: both;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #77b924;
    border: 0;
    color: #ffffff;
    font-size: 14px;
    font-family: "microsoft yahei";
    margin-left: 64px;
    cursor: pointer;
}

.info_mes .info_mes_l #submit:hover {
    background: #65a01c;
}

.info_mes .info_mes_r {
    float: right;
    width: 50%;
}

.info_mes .info_mes_r img {
    max-width: 100%;
    display: block;
}
.contact_left{
    float: left;
    width: 30%;
    height: 100%;
    background: #015198;
    padding:31px 20px;
}
.contact_left .tbox .fir{
    font-size: 24px;
    font-weight: bold;
    color:#fff;
    padding:0;
}
.contact_left .tbox .line{
    height: 2px;
    width: 120px;
    margin:10px 0 20px 0;
    background-color: #fff;
    padding:0;
}
.contact_left p{
    padding: 8px 35px;
    color:#fff;
    font-size:14px;
    padding-left: 35px;
}
.contact_left p.add{
    background: url("../images/c3.png") no-repeat left center;
}
.contact_left p.tel{
    background: url("../images/c1.png") no-repeat left center;
}
.contact_left p.email{
    background: url("../images/c2.png") no-repeat left center;
}
.contact_left p.url{
    background: url("../images/c4.png") no-repeat left center;
}
.contact_left p.weixin{
    background: url("../images/c5.png") no-repeat left center;
}
.contact_left p a:hover{
    color:#fff;
 }

.contact_left .erbox{
    width: 140px;
    padding:5px;
    background: #fff;
}
.contact_left .erbox img{
    width: 100%;
}
